From 8a11a01ae9c5ccb57030cc50c2bbd1d47eff86fb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 Dec 2008 18:02:30 +0000 Subject: [PATCH] =?utf8?q?Bug=20563991=20=E2=80=93=20gtk=5Ffile=5Fchooser?= =?utf8?q?=5Fbutton=5Fnew=5Fwith=5Fbackend=20is=20deprecated=20--?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-12-10 Matthias Clasen Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated -- but what should be used instead? * gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation. svn path=/trunk/; revision=21868 --- ChangeLog | 7 +++++++ gtk/gtkfilechooserbutton.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 597c08794d..568a49cdfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-12-10 Matthias Clasen + + Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated + -- but what should be used instead? + + * gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation. + 2008-12-10 Daniel Elstner Maintenance of Multipress input method by Openismus GmbH: diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 6fdd9ae24e..36974c3e9e 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -2737,7 +2737,7 @@ gtk_file_chooser_button_new (const gchar *title, * Returns: a new button widget. * * Since: 2.6 - * Deprecated: 2.14 + * Deprecated: 2.14: Use gtk_file_chooser_button_new() instead. **/ GtkWidget * gtk_file_chooser_button_new_with_backend (const gchar *title, -- 2.30.2